home *** CD-ROM | disk | FTP | other *** search
/ Apollo XIII - A Week to Remember / APOLLO_13.iso / pc / chpter3 / explode / explode.dir / 00076_index script animation.ls < prev    next >
Encoding:
Text File  |  1995-05-22  |  169 b   |  13 lines

  1. on mouseDown
  2.   button(42, "april inv", "april", 3)
  3. end
  4.  
  5. on mouseUp
  6.   global gQuitM
  7.   if gQuitM = 1 then
  8.     set gQuitM to 0
  9.     exit
  10.   end if
  11.   go(1, "@\\\TOC.DIR")
  12. end
  13.